home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 228 < prev    next >
Internet Message Format  |  1994-08-27  |  942b

  1. Date: Mon, 19 Apr 93 15:13:54 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9304192213.AA12759@netcom.netcom.com>
  4. To: mint@atari.archive.umich.edu, steve@earth.ox.ac.uk
  5. Subject: Re:  Socket library... is anyone working on one?
  6.  
  7. >Eric, any chance of getting MiNT to log messages such as all the boot time
  8. >messages (what xfs's have been run) to the daemon once it's started, just
  9. >like Unix? :-) It would be ideal if MiNT crash messages could be placed in
  10. >the file also, but that seems a little far fetched considering the system
  11. >would have halted by that time, so the syslogd would nolonger be there.
  12.  
  13. In theory it wouldn't be too hard. Already the ALERT type messages are
  14. sent to /pipe/alert (if it exists) so that ALERT.ACC can display them.
  15. One could probably do something similar for debugging type messages
  16. and boot up messages. Finding the time to actually make the changes
  17. is the hardest part of it all, probably :-(.
  18.  
  19.